Managing Source Files

This section explains how to create, save, open, and close a file. To familiarize yourself with the steps, you can use the sample program below. You can also use this program to try the other editing features described in this section.

/* Sample program. */

#include <stdio.h>

main()

     printf("Win32 console I/O is easy!\n");
}